Learn R Programming

monocle (version 1.6.2)

cellPairwiseDistances<-: Sets the matrix containing distances between each pair of cells used by Monocle during cell ordering. Not intended to be called directly.

Description

Sets the matrix containing distances between each pair of cells used by Monocle during cell ordering. Not intended to be called directly.

Usage

cellPairwiseDistances(cds) <- value

Arguments

cds
A CellDataSet object.
value
a square, symmetric matrix containing pairwise distances between cells.

Value

  • An updated CellDataSet object